projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f55a23
)
Fix bootstrap issue with dired-loaddefs
author
Phillip Lord
<phillip.lord@russet.org.uk>
Fri, 18 Dec 2015 21:19:35 +0000
(21:19 +0000)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Fri, 18 Dec 2015 21:19:35 +0000
(21:19 +0000)
* lisp/dired.el: Autoloads for secondary files loaded optionally.
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index a821df18d7147139f3d1bf424ec5f25e9051d261..ab6a820c29ef2370f27f40f37e8dffef807f8ff1 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-33,7
+33,9
@@
;; Finished up by rms in 1992.
;;; Code:
-(require 'dired-loaddefs)
+
+;; When bootstrapping dired-loaddefs has not been generated.
+(require 'dired-loaddefs nil t)
(declare-function dired-buffer-more-recently-used-p
"dired-x" (buffer1 buffer2))